Super-Productivity - #16870
Conversation
Try this branchThe engine and the scripts resolve independently, so this runs the changed export COMMUNITY_SCRIPTS_URL=https://raw.githubusercontent.com/community-scripts/ProxmoxVE/add-script-super-productivity-1788042906
bash -c "$(curl -fsSL "$COMMUNITY_SCRIPTS_URL/ct/super-productivity.sh")"Both lines are needed. Each script pins The same command works on an Incus host: the engine detects the platform and Useful while testing
export COMMUNITY_SCRIPTS_URL=https://raw.githubusercontent.com/community-scripts/ProxmoxVE/add-script-super-productivity-1788042906
dev_mode=net,keep bash -c "$(curl -fsSL "$COMMUNITY_SCRIPTS_URL/ct/super-productivity.sh")" |
Name of the Script
Super-Productivity
Script Type
CT (LXC Container)
Does this script support arm64?
arm64 not tested
📋 Script Details
Super Productivity is an advanced to-do list, time-tracking and project-management app. Self-hosted as the Angular web/PWA build served statically by nginx on :80 (built from source via npm run buildFrontend:prodWeb). Data is stored browser-side (IndexedDB) with optional WebDAV/Dropbox sync; no server backend or database.
Automated migration from ProxmoxVED (community-scripts/ProxmoxVED#2095).